In some sense , our data dependence analysis is an exact method 静态测试在限定的范围内是精确测试。
We also describe a dynamic method of detecting data dependence 同时,我们还提出了判断数据相关性的动态测试。
Simulation results show that this two methods can detect data dependence not only exactly but also efficiently 模拟结果表明,该算法能够获得8 . 7的加速比。
In this paper we propose a new simple approach for analyzing data dependence on dlx code using register queues 与常用的基于数据流图的方法不同,我们提出了一种通过寄存器队列检测指令间寄存器数据相关的算法。
While executing the program , we memorize all the values of each array variable . the analysis will stop if data dependence is found 动态测试就是在解释执行程序的同时,记录串行程序对数组元素的访问,如果发现数据相关就终止测试。